Undef HAVE_STDLIB_H before checking for jpeg, because jconfig.h has this
authorOwen Taylor <otaylor@redhat.com>
Mon, 19 Nov 2001 17:10:22 +0000 (17:10 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 19 Nov 2001 17:10:22 +0000 (17:10 +0000)
Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>

* configure.in (deps): Undef HAVE_STDLIB_H before
checking for jpeg, because jconfig.h has this
in it too (%#$@!). Fix from Matthias Clasen, #64500.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 25bfc13e4cb2376dd9378a40fa9bd6c547d70aa4..dc3c4b66f6d0c59dc14f7ac54753779d16a2e680 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (deps): Undef HAVE_STDLIB_H before
+       checking for jpeg, because jconfig.h has this
+       in it too (%#$@!). Fix from Matthias Clasen, #64500.
+
 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
index 25bfc13e4cb2376dd9378a40fa9bd6c547d70aa4..dc3c4b66f6d0c59dc14f7ac54753779d16a2e680 100644 (file)
@@ -1,3 +1,9 @@
+Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (deps): Undef HAVE_STDLIB_H before
+       checking for jpeg, because jconfig.h has this
+       in it too (%#$@!). Fix from Matthias Clasen, #64500.
+
 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
index 25bfc13e4cb2376dd9378a40fa9bd6c547d70aa4..dc3c4b66f6d0c59dc14f7ac54753779d16a2e680 100644 (file)
@@ -1,3 +1,9 @@
+Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (deps): Undef HAVE_STDLIB_H before
+       checking for jpeg, because jconfig.h has this
+       in it too (%#$@!). Fix from Matthias Clasen, #64500.
+
 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
index 25bfc13e4cb2376dd9378a40fa9bd6c547d70aa4..dc3c4b66f6d0c59dc14f7ac54753779d16a2e680 100644 (file)
@@ -1,3 +1,9 @@
+Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (deps): Undef HAVE_STDLIB_H before
+       checking for jpeg, because jconfig.h has this
+       in it too (%#$@!). Fix from Matthias Clasen, #64500.
+
 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
index 25bfc13e4cb2376dd9378a40fa9bd6c547d70aa4..dc3c4b66f6d0c59dc14f7ac54753779d16a2e680 100644 (file)
@@ -1,3 +1,9 @@
+Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (deps): Undef HAVE_STDLIB_H before
+       checking for jpeg, because jconfig.h has this
+       in it too (%#$@!). Fix from Matthias Clasen, #64500.
+
 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
index 25bfc13e4cb2376dd9378a40fa9bd6c547d70aa4..dc3c4b66f6d0c59dc14f7ac54753779d16a2e680 100644 (file)
@@ -1,3 +1,9 @@
+Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (deps): Undef HAVE_STDLIB_H before
+       checking for jpeg, because jconfig.h has this
+       in it too (%#$@!). Fix from Matthias Clasen, #64500.
+
 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
index 25bfc13e4cb2376dd9378a40fa9bd6c547d70aa4..dc3c4b66f6d0c59dc14f7ac54753779d16a2e680 100644 (file)
@@ -1,3 +1,9 @@
+Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (deps): Undef HAVE_STDLIB_H before
+       checking for jpeg, because jconfig.h has this
+       in it too (%#$@!). Fix from Matthias Clasen, #64500.
+
 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
index ec5a8ce06fa2435b5a27b016f3d3c3fc33a0fa9f..5b9f09ee976fb4a3b8c84aef04d866ac70e23870 100644 (file)
@@ -621,6 +621,7 @@ dnl Test for libjpeg
 [#include <stdio.h>
 #undef PACKAGE
 #undef VERSION
+#undef HAVE_STDLIB_H
 #include <jpeglib.h>],
         jpeg_ok=yes,
         jpeg_ok=no)